home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #8 / Software USA Volume 4.08.iso / mac / LifeStyles / ComicBase / ComicBase.sea / ComicBase 3 Mac Demo / ComicBase 3 Demo.rsrc / LENS_155_Comic Show < prev    next >
Text File  |  1998-02-04  |  5KB  |  145 lines

  1. ItemType: WIND
  2. Rect: 347,214,677,418
  3. Style: Dialog
  4. HasTitleBar: TRUE
  5. HasZoomBox: FALSE
  6. Name: Comic Show
  7. WhiteColor: -8739,-8739,-8739
  8. Script: --on windowEvent  wdID,wdName,objNo,objName,objValue¬Global gComicShowIdle¬Global gComicShowSpeed¬Global gComicShowIdleChoices, gComicShowSpeedChoices¬Global gTempComicShowIdle¬Global gTempComicShowSpeed¬¬if objValue = "Open" then¬  put gComicShowIdle into gTempComicShowIdle¬  put gComicShowSpeed into gTempComicShowSpeed¬  ¬  get "DemoTimeDigit_Value:" & gComicShowIdle & return & "DemoSpeedDigit_Value:" & gComicShowSpeed & return & "DemoIdleDelay_Text:" &  (item 1 of line gComicShowIdle of gComicShowIdleChoices) & return & "DemoSpeed_Text:" & item 1 of (line gComicShowSpeed of gComicShowSpeedChoices) & return¬  wsSet wdID,"0","Properties", it¬end if¬--end windowEvent
  9. Params: i10_Hilite¬i12_Hilite
  10. Result: i10_Hilite¬i12_Hilite
  11.  
  12. ItemType: PUSH
  13. Rect: 237,174,317,194
  14. AutoSize: FALSE
  15. Name: Begin
  16. DefaultItem: TRUE
  17. AutoClose: TRUE
  18. Balloon: Click here to begin using ComicBase in demo mode.
  19. Script: --on mouseUp  wdID,wdName,objNo,objName,objValue¬¬Global gComicShowIdle, gTempComicShowIdle¬Global gComicShowSpeed, gTempComicShowSpeed¬Global gUsersHaveKeyboard, gRestrictMatureTitles¬¬put gTempComicShowIdle into gComicShowIdle¬put gTempComicShowSpeed into gComicShowSpeed¬put wsGet(wdID,"9","Hilite") into gUsersHaveKeyboard¬put wsGet(wdID,"12","Hilite") into gRestrictMatureTitles¬--end mouseUp
  20.  
  21. ItemType: PUSH
  22. Rect: 144,174,224,194
  23. Name: Cancel
  24. CancelItem: TRUE
  25. AutoClose: TRUE
  26. Balloon: Click here to cancel any changes you’ve made.
  27.  
  28. ItemType: BOX
  29. Rect: 10,11,320,90
  30. TextFont: Geneva
  31. TextSize: 9
  32. TextStyle: Bold
  33. BlackColor: -26215,-26215,-26215
  34. WhiteColor: -8739,-8739,-8739
  35. Name: Automatic Demo
  36. Fill: White
  37.  
  38. ItemType: CNTL
  39. Rect: 291,32,302,51
  40. Name: DemoTimeDigit
  41. Style: 352
  42. Min: 1
  43. Max: 18
  44. Value: 5
  45. Step: 1
  46. Leap: 1
  47. Balloon: Click here to increase or decrease the time before the demo starts automatically.
  48. Script: --on mouseDown  wdID,wdName,objNo,objName,objValue¬Global gTempComicShowIdle, gComicShowIdleChoices¬¬put objValue into gTempComicShowIdle¬wsSet wdID,"DemoIdleDelay","Text",item 1 of line gTempComicShowIdle of gComicShowIdleChoices ¬--end mouseDown
  49.  
  50. ItemType: TEXT
  51. Rect: 30,35,190,47
  52. TextFont: Geneva
  53. TextSize: 9
  54. Name: DemoTitle
  55. WhiteColor: -8739,-8739,-8739
  56. TextStyle: Bold
  57. Text: Starts if idle for more than:
  58.  
  59. ItemType: TEXT
  60. Rect: 194,35,289,47
  61. TextFont: Geneva
  62. TextSize: 9
  63. AutoSize: FALSE
  64. Name: DemoIdleDelay
  65. WhiteColor: -8739,-8739,-8739
  66. TextAlign: Right
  67. Text: 50 seconds
  68. Balloon: If nobody moves the mouse for longer than the value entered here, the program will go into demo mode.
  69.  
  70. ItemType: TEXT
  71. Rect: 119,61,190,73
  72. TextFont: Geneva
  73. TextSize: 9
  74. Name: DemoSpeedPrompt
  75. WhiteColor: -8739,-8739,-8739
  76. TextStyle: Bold
  77. Text: Demo speed:
  78.  
  79. ItemType: TEXT
  80. Rect: 205,61,289,76
  81. TextFont: Geneva
  82. TextSize: 9
  83. AutoSize: FALSE
  84. Name: DemoSpeed
  85. WhiteColor: -8739,-8739,-8739
  86. TextAlign: Right
  87. Text: medium
  88. Balloon: This is a relative measure of how fast the demo moves along.
  89.  
  90. ItemType: CNTL
  91. Rect: 291,59,302,78
  92. Name: DemoSpeedDigit
  93. Style: 352
  94. Min: 1
  95. Max: 5
  96. Value: 3
  97. Step: 1
  98. Leap: 1
  99. Balloon: Click here to increase or decrease the speed of the demo.
  100. Script: --on mouseUp  wdID,wdName,objNo,objName,objValue¬Global gTempComicShowSpeed, gComicShowSpeedChoices¬¬put objValue into gTempComicShowSpeed¬wsSet wdID,"DemoSpeed","Text",item 1 of line gTempComicShowSpeed of gComicShowSpeedChoices ¬--end mouseUp
  101.  
  102. ItemType: CHK
  103. Rect: 23,107,225,123
  104. WhiteColor: -8739,-8739,-8739
  105. Name: Users will have a keyboard
  106. Hilite: TRUE
  107. Balloon: Certain options requiring typing (such “Other” in the “Find Comics” command) will be dimmed if users don’t have a keyboard to type with. This allows you to set up ComicBase as a self-running kiosk with or without a keyboard.
  108.  
  109. ItemType: PUSH
  110. Rect: 10,174,112,194
  111. Name: Password…
  112. Balloon: Click here to set a password which will be required to before exiting the demo. This way, you can safely set up a self-running demo for use at comic shows which can not be exited without knowing the password.
  113. Script: --on mouseUp  wdID,wdName,objNo,objName,objValue¬get windowScript("Password Dialog")¬--end mouseUp
  114.  
  115. ItemType: CHK
  116. Rect: 23,131,245,147
  117. WhiteColor: -8739,-8739,-8739
  118. Name: Restrict mature readers titles
  119. Balloon: If this option is checked, titles that are listed as “Mature readers only” will not be accessible during the demo.
  120.  
  121. ItemType: BOX
  122. Rect: 11,15,321,91
  123. Pen: White
  124.  
  125. ItemType: LINE
  126. Rect: 319,14,320,34
  127. BlackColor: -26215,-26215,-26215
  128.  
  129. ItemType: BOX
  130. Rect: 15,10,113,30
  131. BlackColor: -8739,-8739,-8739
  132. WhiteColor: -8739,-8739,-8739
  133. Fill: Black
  134.  
  135. ItemType: LBL
  136. Rect: 20,8,111,20
  137. TextFont: Geneva
  138. TextSize: 9
  139. TextStyle: Bold
  140. BlackColor: 21845,21845,21845
  141. Text: Automatic Demo
  142.  
  143. ItemType: LINE
  144. Rect: 10,89,43,90
  145. BlackColor: -26215,-26215,-26215